home *** CD-ROM | disk | FTP | other *** search
/ Transactor / Transactor_11_1986_Transactor_Publishing.d64 / device not pres (.txt) < prev    next >
Commodore BASIC  |  2023-02-26  |  217b  |  8 lines

  1. 100 open 15,8,15: close 15
  2. 110 if st<>-128 then 160
  3. 120 print "!! [196][210][201][214][197] [206][207][212] [208][210][197][211][197][206][212] !!"
  4. 130 print "## check drive power and cables, then   press a key ##"
  5. 140 get a$:if a$=""then 140: rem wait for a key
  6. 150 goto 100
  7. 160 rem program continues...
  8.